DevForce Help Reference
PropertyInterceptorAction<TArgs> Class
Members 


Type of arguments to the action
Defines an action to be performed in a PropertyInterceptor.
Syntax
'Declaration
 
<DebuggerDisplayAttribute(Value="{TargetType}, PropertyName={TargetName}, {Mode}, Order={Order}, Key={Key}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")>
Public Class PropertyInterceptorAction(Of TArgs As PropertyInterceptorArgs) 
   Inherits PropertyInterceptorAction
'Usage
 
Dim instance As PropertyInterceptorAction(Of TArgs)
[DebuggerDisplay(Value="{TargetType}, PropertyName={TargetName}, {Mode}, Order={Order}, Key={Key}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public class PropertyInterceptorAction<TArgs> : PropertyInterceptorAction 
where TArgs: PropertyInterceptorArgs
Type Parameters
TArgs
Type of arguments to the action
Remarks
PropertyInterceptorActions are generally added by marking a method with one of the PropertyInterceptorAttribute derivations. You may also create actions dynamically and add them to the appropriate interceptor or PropertyInterceptorManager with PropertyInterceptor<TInstance,TValue,TArgs>.AddAction
Inheritance Hierarchy

System.Object
   IdeaBlade.Core.PropertyInterceptorAction
      IdeaBlade.Core.PropertyInterceptorAction<TArgs>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyInterceptorAction<TArgs> Members
IdeaBlade.Core Namespace
PropertyInterceptorAttribute Class

Send Feedback